home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / NXplot3d.3.2 / Source / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1994-09-16  |  520 b   |  18 lines

  1. #
  2. # Makefile Preamble
  3. #
  4.  
  5. PRECOMPS = Graph.p
  6.  
  7. # declare our other ofiles that the yacc and lex modules produce
  8. # vers.o contains current version info from the vers_string command
  9. OTHER_OFILES = expr.o token.o
  10.  
  11. # tell yacc to produe a y.tab.h file, which has #defines for the token types
  12. YFLAGS = -d
  13.  
  14. # junk produced by yacc and lex that is removed when we make clean
  15. # vers.c is produced by the vers_string command.
  16. OTHER_GARBAGE = expr.m y.tab.h token.m
  17. # Uncomment this to find memory leaks
  18. # OTHER_LIBS = -lMallocDebug